home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / WINHELP.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  445b  |  15 lines

  1. @echo off
  2. echo Here is a listing of Windows Help Files.  It uses text searching to
  3. echo ensure non-windows help files are excluded.
  4. call presskey
  5. ::
  6. :: Does a case-sensitive search of the first 3 bytes of .HLP files for "=?_=3":
  7. ::
  8. echo.
  9. echo Note the /$ (text search) option:
  10. echo   =#3    means search the first 3 bytes of the file.
  11. echo   ?_=3   is the signature FFG is looking for there.
  12. echo.
  13. echo on
  14. ffg /p *:*.hlp /$=#3?_=3
  15.